home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / code / p_serlib.sit / Serial Library Source Code / absorb_echo.h < prev    next >
Text File  |  1989-07-27  |  600b  |  23 lines

  1. /***********************************************************************/
  2. /*    
  3. /*    absorb_echo.h
  4. /*    by Atul Butte
  5. /*    Copyright ⌐ 1989 by Microsoft Corporation
  6. /*    All Rights Reserved
  7. /*
  8. /*    version 1.0
  9. /*    
  10. /*    
  11. /*    This module provides a routine which will absorb a character
  12. /*    sent from the host.
  13. /*    
  14. /***********************************************************************/
  15.  
  16. /***********************************************************************/
  17. /*
  18. /*    P R O T O T Y P E S
  19. /*
  20. /***********************************************************************/
  21.  
  22. OSErr absorb_echo( short refIn, char chCompare );
  23.